From 985a39d41fea94ea9f3de24b3272d0b048671e53 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 17:59:35 +0100 Subject: [PATCH] gtk: mark gtk_native_get_for_surface as nullable --- gtk/gtknative.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtknative.c b/gtk/gtknative.c index 8a0b74a062..0154781379 100644 --- a/gtk/gtknative.c +++ b/gtk/gtknative.c @@ -267,7 +267,7 @@ gtk_native_get_surface_transform (GtkNative *self, * * Finds the `GtkNative` associated with the surface. * - * Returns: (transfer none): the `GtkNative` that is associated with @surface + * Returns: (transfer none) (nullable): the `GtkNative` that is associated with @surface */ GtkNative * gtk_native_get_for_surface (GdkSurface *surface) -- 2.30.2